home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / raytr / r3scone2.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  731 b   |  38 lines

  1.  
  2. // JavaScript wrapper for r3scone2.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_SCONE2_H = 1;
  7. include("real/raytr/r3surf.js")
  8.  
  9.  
  10. var R3CLID_SCONE2 = 771;
  11.  
  12.  
  13.  
  14.  
  15. R3SCONE2A_A = 771501;
  16. function SetR3SCONE2A_A(value) {
  17.   R3Set(this.r3obj, R3SCONE2A_A, value, R3TID_VECTOR, 0); 
  18. }
  19.  
  20. R3SCONE2A_C = 771503;
  21. function SetR3SCONE2A_C(value) {
  22.   R3Set(this.r3obj, R3SCONE2A_C, value, R3TID_VECTOR, 0); 
  23. }
  24.  
  25.  
  26.  
  27. function r3Scone2 () { 
  28.    this.base = r3God;
  29.    if(arguments.length) {
  30.       this.base(R3CLID_SCONE2, arguments);
  31.    }
  32.    // Attributes
  33.    this.SetA=SetR3SCONE2A_A;
  34.    this.SetC=SetR3SCONE2A_C;
  35. }
  36.  
  37. r3Scone2.prototype=new r3Surface;
  38. // r3scone2.h_H